LEADTOOLS Medical (Leadtools.Dicom.Server.Admin assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
Unlock(String,List<String>) Method
See Also 
Leadtools.Dicom.Server.Admin Namespace > ServiceAdministrator Class > Unlock Method : Unlock(String,List<String>) Method




code
The LEADTOOLS PACS Framework unlock key.
services
The list of services that is instance of service administrator will control. The list should consist of the Service name.
code
The LEADTOOLS PACS Framework unlock key.
services
The list of services that is instance of service administrator will control. The list should consist of the Service name.
Unlocks the LEADTOOLS PACS Framework.

Syntax

Visual Basic (Declaration) 
Overloads Public Function Unlock( _
   ByVal code As String, _
   ByVal services As List(Of String) _
) As Boolean
Visual Basic (Usage)Copy Code
Dim instance As ServiceAdministrator
Dim code As String
Dim services As List(Of String)
Dim value As Boolean
 
value = instance.Unlock(code, services)
C# 
public bool Unlock( 
   string code,
   List<string> services
)
Managed Extensions for C++ 
public: bool Unlock( 
   string* code,
   List<string*>* services
) 
C++/CLI 
public:
bool Unlock( 
   String^ code,
   List<String^>^ services
) 

Parameters

code
The LEADTOOLS PACS Framework unlock key.
services
The list of services that is instance of service administrator will control. The list should consist of the Service name.

Return Value

true if the LEADTOOLS PACS Framework was successfully unlocked

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

Leadtools.Dicom.Server.Admin requires a Medical toolkit server license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features